Transform

Transform, vectex transformation data

extern (C) @nogc nothrow
struct Transform {}

Members

Variables

rotation
Quaternion rotation;

Rotation

scale
Vector3 scale;

Scale

translation
Vector3 translation;

Translation

Meta